object fTrialNag: TfTrialNag
Left = 345
Top = 251
ActiveControl = btnNow
BorderIcons = []
BorderStyle = bsDialog
Caption = 'FeedDemon'
ClientHeight = 371
ClientWidth = 464
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object bvlTop: TBevel
Left = 0
Top = 114
Width = 464
Height = 6
Shape = bsTopLine
end
object shpTop: TShape
Left = 0
Top = 0
Width = 464
Height = 114
Align = alTop
Pen.Style = psClear
end
object imgLogo: TImage
Left = 47
Top = 41
Width = 287
Height = 66
AutoSize = True
Transparent = True
end
object HTML1: THTMLabel
Left = 47
Top = 134
Width = 370
Height = 45
AnchorHint = False
AutoSizing = True
AutoSizeType = asVertical
Ellipsis = False
HintShowFull = False
Hover = False
HoverColor = clNone
HoverFontColor = clNone
HTMLHint = False
HTMLText.Strings = (
'Set at Runtime
Set at runtime')
ShadowColor = clGray
ShadowOffset = 2
URLColor = clBlue
VAlignment = tvaTop
OnAnchorClick = HTML1AnchorClick
end
object htmlOrderInfo: THTMLabel
Left = 47
Top = 227
Width = 370
Height = 19
AnchorHint = False
AutoSizing = True
AutoSizeType = asVertical
Ellipsis = False
HintShowFull = False
Hover = False
HoverColor = clNone
HoverFontColor = clNone
HTMLHint = False
HTMLText.Strings = (
'Set at runtime')
ShadowColor = clGray
ShadowOffset = 2
URLColor = clBlue
VAlignment = tvaTop
OnAnchorClick = HTML1AnchorClick
end
object imgBradsoft: TImage
Left = 47
Top = 10
Width = 171
Height = 27
Cursor = crHandPoint
AutoSize = True
Transparent = True
OnClick = imgBradsoftClick
end
object btnNow: TButton
Left = 258
Top = 337
Width = 75
Height = 25
Caption = 'Order Now!'
Default = True
TabOrder = 1
OnClick = btnNowClick
end
object btnLaterOrExit: TButton
Left = 342
Top = 337
Width = 75
Height = 25
Caption = 'Order &Later'
TabOrder = 2
OnClick = btnLaterOrExitClick
end
object prgPeriod: TProgressBar
Left = 47
Top = 193
Width = 370
Height = 16
Max = 15
TabOrder = 3
end
object btnEnterKey: TButton
Left = 47
Top = 336
Width = 138
Height = 25
Caption = 'Enter Serial Number...'
TabOrder = 0
OnClick = btnEnterKeyClick
end
end